home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for p3fiber.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_FIBERGADGET_H = 1;
- include("real/primgad/p3level.js")
-
-
- var R3CLID_FIBERGADGET = 1350;
-
-
-
-
- // Description: For mapchanges
-
- R3FIBERGM_SETPOINTS = 1350004;
-
- function mR3FIBERGM_SETPOINTS() {
- DoA(this.r3obj, 1350004, 0, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Fibergadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FIBERGADGET, arguments);
- }
- // Methods
- this.SETPOINTS=mR3FIBERGM_SETPOINTS;
-
- }
-
- r3Fibergadget.prototype=new r3Levelgadget;
- // p3fiber.h_H